#Image to Objects Metab./Nocol
LMB:Load a PNG-File and transform every Pixel of the PNG into one Metaball-Object of the Pixel colour.**_
RMB:Load a PNG-File and transform every Pixel of the PNG into one Metaball-Object, no material.
pat=r"[?File?]"
Image_to_Objects(pat,1,1,255,0,1,1)
#END
[OnRightMouseButton!]
pat=r"[?File?]"
Image_to_Objects(pat,0,1,255,0,1,1)
#END



